Post

Replies

Boosts

Views

Activity

Reply to Does Apple M4 support ARM SVE instructions?
Accoring to this comment in LLVM code, Apple M4 is ARMv9.2a without support for SVE. // Technically apple-m4 is ARMv9.2a, but a quirk of LLVM defines v9.0 as // requiring SVE, which is optional according to the Arm ARM and not // supported by the core. ARMv8.7a is the next closest choice. https://github.com/llvm/llvm-project/commit/2b33591386e855cf82a4104092e1a1d2888f32b1
Jul ’24